Identifies the data to appear in the label.
The following example specifies a label that includes the Tag_Number and Equipment_Description columns from a database table:
object.Format = "Details are as follows : \P#(Tag_Number)\P#(Equipment_Description)"
You can use the DisplayableAttributes property of the LabelTemplate object to obtain a list of table columns associated with the label template.